| Overload | Description |
|---|---|
| save(String) | Saves the PDF document to a file. |
| save(String,PDFSecurityHandler) | Saves the PDF document to a file. |
| save(String,boolean) | Saves the PDF document to a file. |
| save(String,PDFSecurityHandler,boolean) | Saves the PDF document to a file. |
| save(Stream) | Saves the PDF document to the specified stream. |
| save(Stream,PDFSecurityHandler) | Saves the PDF document to the specified stream. |
| save(Stream,boolean) | Saves the PDF document to the specified stream. |
| save(Stream,PDFSecurityHandler,boolean) | Saves the PDF document to the specified stream. |